home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / resources / templates / guide-loading < prev    next >
Encoding:
Extensible Markup Language  |  2007-11-12  |  882 b   |  21 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml"
  4.       xmlns:t="http://www.participatorypolitics.org/"
  5.       xmlns:i18n="http://www.participatoryculture.org/i18n"
  6.       eventCookie="@@@eventCookie@@@" dtvPlatform="@@@dtvPlatform@@@">
  7. <head>
  8.     <t:execOnLoad><![CDATA[
  9. guide = views.guides.getObjectByID(int(kargs['id']))
  10. ]]></t:execOnLoad>
  11. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  12. <meta http-equiv="refresh" content="0;url=***guide.getLastVisitedURL()***" />
  13. <link rel="stylesheet" type="text/css" href="resource:css/style.css" />
  14. </head>
  15. <body class="channel-guide-body">
  16.     <div id="channel-guide-loading-image">
  17.         <span id="channel-guide-loading-text" i18n:translate="">Loading Miro Guide</span>
  18.     </div>
  19. </body>
  20. </html>
  21.